home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
bespoke
/
kids
/
cartoon.swf
/
scripts
/
DefineSprite_12
/
frame_1
/
DoAction.as
Wrap
Text File
|
2004-05-26
|
206b
|
14 lines
forward_btn.onPress = function()
{
_parent.navigate(1);
};
back_btn.onPress = function()
{
_parent.navigate(-1);
};
close_btn.onPress = function()
{
_parent.closeCartoon();
};
stop();